home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Textdisplayers / Teleprompter / DoubleClickMe < prev    next >
Text File  |  1996-09-26  |  5KB  |  148 lines

  1. To scroll up, press the left mouse button...
  2.  
  3. ---------------------------------------------------
  4.  
  5. This is a SHAREWARE Teleprompter program that's 
  6. highly configurable.
  7.  
  8. Through tooltypes or CLI command line, the user may
  9. set the following:
  10.    the font used
  11.    whether to interlace or not
  12.    the scrolling speed
  13.    the default style
  14.    the ASCII text file to use
  15.    vertical spacing
  16.    white-on-black or black-on-white
  17.    and the number of lines to scroll automatically.
  18.  
  19. Teleprompter allows in-line style changes to/from 
  20. bold, underline, italic, or reverse lettering using 
  21. control sequences like \\b . 
  22.  
  23. Teleprompter works from either CLI or Workbench, 
  24. on OS 1.2 or higher.
  25.  
  26. This archive, TelePrmt.lha, may be distributed under
  27. the following conditions:
  28.  
  29.    1. Nothing except reasonable media fees may be 
  30.       charged.
  31.        (i.e. Fish Disks, Aminet CD are OK)
  32.        
  33.    2. Neither the files nor the archive may be 
  34.       altered in any way.
  35.    
  36. ----------------------------------------------------
  37.  
  38. Now, on with how it works...
  39.  
  40. The right button will jump backwards one line, and 
  41. holding both buttons will skip forward one line.
  42.  
  43. On the keyboard, the spacebar will cause it to scroll
  44. forward, the up arrow will jump backward one line, 
  45. and the down arrow will jump forward one line.
  46.  
  47. The scroll speed can be adjusted with the left/right
  48. arrow keys ( left=slower, right=faster ) but you
  49. won't see any changes until you hit the spacebar or
  50. the left mouse button.
  51.  
  52. Hitting the escape key will end the program at any time.
  53.  
  54. Using embedded control sequences (backslash & a 
  55. letter), you can emphasize text in the following ways:
  56.  
  57.    \\b Toggles \bBold\b on/off
  58.    \\u Toggles \uUnderlining\u on/off
  59.    \\i Toggles \iItalicization\i on/off
  60.    \\r Toggles \rReverse text\r on/off
  61.  
  62.    \iany \ucombination \iof \bthese \uis \ipossible
  63.  
  64.    Back to the default style (using \\n) \nhere...
  65.  
  66.    Look at this file with a text editor (like Ed)
  67.     to see how this is working.
  68.  
  69.  
  70. ToolTypes recognized by Teleprompter are:
  71.  
  72.    \bFONTNAME\b=\iname[.font]\i
  73.          specify the name of the font to use
  74.           (default is ruby -- please change it)
  75.  
  76.    \bFONTSIZE\b=\i15\i
  77.          give the size of the font in decimal
  78.           (default is 15)
  79.  
  80.    \bFILENAME\b=\iname\i
  81.          give the name of the file to be teleprompted
  82.           (if not specified, you will be prompted)
  83.  
  84.    \bSCROLLSPEED\b=\i2\i
  85.          give the number of pixels to move each scroll.
  86.           (default is 2, higher is faster & jerkier)
  87.  
  88.    \bWHITEONBLACK\b=\iFALSE\i
  89.          this is the default, set it to TRUE if you
  90.           want white letters on a black background
  91.  
  92.    \bDEFAULTSTYLE\b=\iNORMAL\i
  93.          this is the default, ie no special things on.
  94.          the available types are:
  95.             \uUNDERLINE\u
  96.             \bBOLD\b
  97.             \iITALIC\i
  98.             \rREVERSE\r
  99.             \nNORMAL
  100.          if specified, NORMAL will override all others.
  101.          if you want more than one, string them 
  102.           together with the | character (vert bar)
  103.  
  104.    \bSPACING\b=\i1.5\i
  105.          this allows you to adjust the vertical spacing
  106.           it may range from 1.0 to 3.0
  107.  
  108.    \bINTERLACE\b=\iFALSE\i
  109.          this is the default, set it to TRUE if you
  110.           want an interlaced screen.  (warning, it
  111.           may be harder to read...)
  112.  
  113.    \bSTARTLINES\b=\i2\i
  114.          specifies how many lines should be scrolled
  115.           up without waiting for mouse or keyboard.
  116.           By setting this to a huge number, you could
  117.           have a file scroll by in its entirety
  118.           without user input.  (only the escape key
  119.           will be checked-for during this kind of
  120.           scroll)
  121.  
  122. These tooltypes may be specified in either the
  123. Teleprompter icon itself, or in the icon of the file
  124. being used.  (You can set teleprompter to be the 
  125. default tool of a text file, or click once on 
  126. teleprompter, hold shift, and click twice on the icon 
  127. of the file to be used.)  If any tooltypes are given
  128. in both the Teleprompter's icon AND in the text 
  129. file's icon, the latter will override the former.
  130. The tooltypes that are set in the archive show all
  131. the default values.  Any tooltype can be "commented
  132. out" by putting an asterisk (*) in front of it.
  133.  
  134.  
  135. FROM CLI:
  136.  
  137.   To run it from the command line, you would type:
  138.    
  139.    1> Teleprompter [filename] [TOOLTYPE=value..]
  140.    
  141.   where you would use any or all of the above listed
  142.   tooltypes right on the command line, 
  143.   for example:
  144.     
  145.    1> Teleprompter filename SPACING=1.25 FONTSIZE=36
  146.       
  147. ------------------------------------------------------
  148.